Class which receive a datagramm from ivy bus via UDP
transforms it into a Pushlet event and send it to the Pushlet server
in order that it will be sent to web clients
create a session which store information about an ivy bus client connected to the server
main information are its net address to send him orders from web users
and drones which are connected to this ivy bus
method qui renseigne la source sur la servlet qui l'a appelé
modification de la librairie pushlet
Pushlet.java
EventSource.java
EventSourceManager.java
thread which waits for ivy messages sent by event source (serveur.java)
and stores them into a mysql database
the ivy messages are extracted from a blocking queue (fifo)
parameter of the database are extracted from conf file